AlternateContentChoice Class

Represents a single mc:Choice alternative inside an AlternateContent block. The choice applies when the consumer understands every namespace prefix listed in Requires.

Definition

Namespace: Independentsoft.Office
Assembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
C#
public class AlternateContentChoice
Inheritance
Object    AlternateContentChoice

Constructors

AlternateContentChoiceInitializes a new instance of the AlternateContentChoice class

Properties

InnerXml Gets or sets the raw XML payload of this choice.
RequiredNamespaces Gets the resolved (prefix, namespace) pairs for the Requires prefixes; they are re-declared on the emitted mc:Choice start tag.
Requires Gets or sets the space-delimited list of namespace prefixes the consumer must understand for this choice to apply (the Requires attribute).

Methods

Clone 
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Overrides ObjectToString)

See Also